Another fix for unmapped window states
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jul 2015 21:53:13 +0000 (17:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jul 2015 21:54:50 +0000 (17:54 -0400)
commit1138d4f489620cf7498713cfe65f12adfaba61d3
treeceff00845bb0b6796253f93c128a38a5dc1985c9
parent56051b0bd877f3dda0da64eb77c4799a5d18e593
Another fix for unmapped window states

The previous fix was falling into the crack between
realized and mapped - we would apply the state when a window
is just realized, then unset the _initially flag, and then
when the window gets mapped, we'd undo the state. To fix
this, go back to the way things were when these flags were
first introduced.

https://bugzilla.gnome.org/show_bug.cgi?id=752765
gtk/gtkwindow.c